home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / I-Z / RA.cpt / vartest.ra < prev    next >
Text File  |  1986-12-11  |  743b  |  56 lines

  1. |
  2. |  RA™
  3. |  Variable window example
  4. |
  5. |   © 1986 COM~LINK & S.Koren
  6. |
  7. #M;
  8. "After you run this program,!"
  9. "play with the 'Variables' window."
  10. #A;
  11. "Processing LONGS!"
  12. 25 A:
  13. (A. A.: A. 1 - A: A. ~)   | longints
  14. "Processing REALS!"
  15. 25 A: 25.0 A:°
  16. (A.° A.:° A. ~ A. 1 - A: A.° 1.0 -° A:° )  | reals
  17. #F;
  18. "Processing a few STRINGS!"
  19. †this† A†∂
  20. †is† B†∂
  21. †a† C†∂
  22. †string† D†∂ 
  23. "ALL DONE.!"
  24.  
  25. $
  26. &F 1 A: #B; `
  27. &B 2 A: #C; `
  28. &C 3 A: #D; `
  29. &D 4 A: #E; `
  30. &E 5 A: `
  31. &A
  32. "!!Hit any key: " ?§ µ @`
  33. |
  34. |  RA title routine
  35. |
  36. &M
  37. #P,5,5;
  38. #G,10,10;
  39. #L,225,10;
  40. #L,225,105;
  41. #L,10,105;
  42. #L,10,10; 
  43. #O; #Q; `
  44.  
  45. &G 1% 2% •0A893º¶ `
  46. &L 1% 2% •0A891º¶ `
  47. &O
  48. 40 100 Ω
  49. "RA™"
  50. 60 40 Ω 
  51. "© 1986/7 COM~LINK & S.Koren" 
  52. 80 60 Ω
  53. "All rights reserved." `
  54. &P 1% 2% •0A89Bº¶ `
  55. &Q ?§ @ µ`
  56. $